a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	height: 100px;
	padding: 0px 10%;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 2px 0px 5px 1px rgba(0,0,0,0.2);
}

header .log {
	padding-bottom: 10px;
}

header .phone {
	padding-bottom: 20px;
}

header .nav a {
	color: #333;
	font-size: 16px;
	display: inline-block;
	height: 100px;
	padding: 0px 15px;
	line-height: 100px;
	padding: 0px 15px;
}

header .nav a:hover,header .nav a.on {
	background-color: #169e7b;
	color: #fff;
}

header .phone {
	font-size: 18px;
	color: #169e7b;
	font-weight: 800;
}

footer {
	background-color: #06544b;
	color: #fff;
	padding: 40px 0;
	padding-bottom: 0px;
}

footer .le a {
	font-size: 14px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	color: #d4d4d4;
}

footer .le {
	display: flex;
}

footer .rg {
	text-align: right;
}

footer .rg img {
	margin-left: 15px;
}

footer .le div {
	
	flex: 1;
}

footer .le div a:nth-of-type(1) {
	font-size: 16px;
	font-weight: 800;
	color: #d4d4d4;
	margin-bottom: 30px;
}

footer .le div a:hover {
	color: #fff;
}
.banner
{
	overflow: hidden;
}
.banner .swiper-slide
{
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;

}
.banner .swiper-container
{
	height: 100%;
}
.banner .swiper-slide::after
{
	background: url(../img/banner_bg.png);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.banner .swiper-slide .txt
{
	position: absolute;
	top: 100%;
	transform: translate(0%,-50%);
	padding-left: 20%;
	width: 100%;
	opacity: 0;
	transition: 1s;
	z-index: 22;
}
.banner .swiper-slide.swiper-slide-active .txt
{
	top: 50%;
	opacity: 1;
}
.banner>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index_nav {
	text-align: center;
	background-color: #c9caca;
	position: relative;
}
.index_nav .box
{
	height: auto;
	overflow: hidden;
}
.index_nav .box a {
	display: inline-block;
	color: #fff;

	width: 400px;
	background-color: #169e7b;
	transition: 0.3s;
}

.index_nav .box a h3 {
	font-size: 16px;
	margin: 10px;
}

.index_nav .box a p {
	font-size: 14px;
	text-transform: uppercase;
}

.index_nav .box a.on {
	background-color: #06544b;
}
.index_nav .box a:hover
{
	background-color: #06544b;
}

.index_nav img {
	position: absolute;
	top: 0px;
	right: 10%;
	height: 100%;
	cursor: pointer;
}

.index_content {
	
	padding-top: 1px;
}

.index_content .title {
	text-align: center;
	margin: 50px 0;
}

.index_content .title h3 {
	font-size: 34px;
	font-weight: 800;
	color: #06544b;
	margin-top: 0px;
}

.index_content .title p {
	font-size: 14px;
	text-transform: uppercase;
}

.index_content .desc {
	text-align: center;
	display: flex;
	margin: 40px auto;
}

.index_content .desc div {
	flex: 1;
	border-right: 1px solid #dcdddd;
}

.index_content .desc div:nth-last-child(1) {
	border: none;
}

.index_content .desc div h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
	margin-top: 0px;
}

.index_content .desc div h3 span {
	font-size: 40px;
	color: #169e7b;
}

.index_content .desc div p {
	font-size: 16px;
}

.index_content .box a {
	display: inline-block;
	width: 100%;
	height: 400px;
	margin-bottom: 5px;
}

.index_content .box a .img {
	float: left;
	width: 60%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.index_content .box a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}

.index_content .box a .txt {
	width: 40%;
	color: #fff;
	background-color: #3baf47;
	height: 100%;
	float: left;
	position: relative;
}

.index_content .box a .txt h3 {
	width: 100%;
	font-size: 50px;
	font-family: cursive;
}

.index_content .box a .txt  h4 {
	width: 100%;
	font-size: 18px;
	font-family: serif;
}

.index_content .box a .txt p {
	width: 100%;
}

.index_content .box a .txt div {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 20px;
	width: 100%;
}

.index_content .box a:nth-of-type(2n) .img {
	float: right;
}

.index_content .box a:nth-of-type(2n) .txt div {
	text-align: right;
}

.index_content .box a:nth-of-type(2n) .txt {
	border-right: 10px solid #ebebeb;
	background-color: #169e7b;
}

.index_content .box a:nth-of-type(3n) .txt {
	background-color: #06544b;
}

.index_content .box a:nth-of-type(2n-1) .txt {
	border-left: 10px solid #ebebeb
}

.index_content .box a:hover img {
	transform: scale(1.1);
}

.index_content .hez {
	text-align: center;
	padding: 50px 0;
}

.index_content .hez .swiper-container {
	margin-top: 30px;
}
.index_content .hez .swiper-container
{
	line-height: 100px;
}
.index_content .hez .swiper-container img {
	max-width: 100%;
}

.new_contetn {
	background-color: #fff;
}

.new_contetn .title {
	text-align: center;
	padding: 30px 0;
}

.new_contetn .title h3 {
	font-size: 30px;
	font-weight: 800;
	color: #06544b;
	margin-top: 0px;
}

.new_contetn .title p {
	font-size: 14px;
	text-transform: uppercase;
}

.new_contetn .new {
	height: auto;
	overflow: hidden;
}

.new_contetn .new a {
	width: 25%;
	float: left;
	
	overflow: hidden;
	background-color: #f7f7f7;
	position: relative;
	height: 400px;
}

.new_contetn .new a:hover .txt 
{
	background-color: #169e7b;
	color: #fff;
	transition: 0.3s;
	height: 200px;
	
}
.new_contetn .new a .txt  h2{
	font-size: 18px;
	margin-top: 10px;
	white-space:nowrap;
	overflow:hidden; 
	text-overflow:ellipsis;
	font-weight: 800;
	color: #000;
}
.new_contetn .new a:hover h2{
	color: #fff;
}
.new_contetn .new a .txt {

	
	height: 200px;
	overflow: hidden;
	line-height: 25px;
	width: 100%;
	padding: 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	transition: 0.5s;
	color: #888;
}
.new_contetn .new a:nth-of-type(2n) .txt
{
 top: 0;
 bottom: auto;
}
.new_contetn .new a:nth-of-type(2n) .img
{
 bottom: 0;
 top: auto;
}
.new_contetn .new a .img {
	height: 200px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.new_contetn .new a:hover img
{
  transform: scale(1.2);
}
.new_contetn .new a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}



.new_contetn .join .item .top {
	background-color: #169e7b;
	color: #fff;
	text-align: center;
	display: flex;
}

.new_contetn .join .item .top p {
	flex: 1;
	line-height: 50px;
	margin: 0px;
}

.new_contetn .join .item .box {
	display: flex;
}

.new_contetn .join .item .box p {
	flex: 1;
	line-height: 50px;
	margin: 0px;
	text-align: center;
}

.new_contetn .join .desc {
	background-color: #f6f6f6;
	padding: 15px;
}

.new_contetn .lx {
	display: flex;
	align-items: flex-end;
	margin-bottom: 60px;
}

.new_contetn .lx .le {
	text-align: center;
}

.new_contetn .lx .le p,
.new_contetn .lx .le h3 {
	margin: 5px 0;
}

.new_contetn .lx .le h3 {
	font-size: 30px;
	color: #06544b;
	font-weight: 800;
	line-height: 40px;
}

.new_contetn .lx span {
	vertical-align: text-bottom;
	display: inline-block;
}

.new_contetn .lx .le p,
.new_contetn .lx span {
	font-size: 14px;
	color: #06544b;
}

.new_contetn .lx .le img {
	margin-bottom: 25px;
}

.new_contetn .lx .rg {
	border: 2px solid #169e7b;
	border-radius: 20px;
	height: 300px;
}

.about_content .item1 img {
	width: 100%;
	height: 20rem;
	object-fit: cover;
}

.about_content {
	padding-top: 30px;
}

.about_content .item2 h3 {
	font-size: 30px;
	margin: 0px;
	color: #169e7b;
	margin-top: 15px;
	text-transform: uppercase;
	text-align: center;
}

.about_content .item2 h4 {
	text-align: center;
	font-size: 25px;
	color: #169e7b;
}

.about_content .item2 .box {
	font-size: 16px;
	line-height: 30px;
}

.about_content .item3 {
	padding: 40px;
	position: relative;
	text-align: center;
}

.about_content .item3 img {
	width: 100%;
	height: 260px;
	object-fit: contain;

}
.about_content .item3  .swiper-slide
{
/*	border: 1px solid #eee;
	background: #fff*/
}
.about_content .item3 .tab
{

}
.about_content .item3 .tab span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #169e7b;
	text-align: center;
	color: #fff;
	line-height: 30px;
	border-radius: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
	outline: none !important;
}

.about_content .item3 .tab .l {
	left: 0px;
}

.about_content .item3 .tab .r {
	right: 0px;
}

.about_content .item4 .title {
	text-align: center;
}

.about_content .item4 .title h3 {
	font-size: 30px;
	color: #0b6a50;
	font-weight: 800;
}

.about_content .item4 .title p {
	font-size: 30px;
	color: #0b6a50;
	text-transform: uppercase;
}

.about_content .item4 .box .top {
	display: flex;
}

.about_content .item4 .box .top p {
	margin: 0px;
	background-color: #169e7b;
	font-size: 18px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	line-height: 45px;
}

.about_content .item4 .box .top p:nth-of-type(1) {
	width: 60%;
}

.about_content .item4 .box .top p:nth-of-type(2) {
	width: 40%;
}

.about_content .item4 .box .item p:nth-of-type(1) {
	width: 60%;
}

.about_content .item4 .box .item p:nth-of-type(2) {
	width: 40%;
}

.about_content .item4 .box .item {
	display: flex;
}

.about_content .item4 .box .item p {
	color: #06544b;
	background-color: #dcdddd;
	margin: 0px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #fff;
	font-size: 16px;
}

.about_content .item5 {
	padding: 50PX 0;
	margin: 50PX 0;
	text-align: center;
	background: url(../img/bgvideo.jpg) center/cover fixed;
	
}
.about_content .item5  .container
{
	position: relative;
}
.about_content .item5  .container  .video_list
{
 position: absolute;
 top: 0px;
 right: 15px;
 width: 100px;
 color:#fff;
 overflow-y: auto;
 height: 100%;
 opacity:0;
 transition: .5s
}
.about_content .item5  .container:hover .video_list
{
 opacity: 1
}
.about_content .item5  .container  .video_list p{
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 20px;
	margin:5px 0px;
	cursor: pointer;
}
.about_content .item5 video {
	width: 100%;
	height: 600PX;
	background-color: #000;
}

.about_content .item6 .title {
	color: #06544b;
	font-size: 30PX;
	width: 300px;
}

.about_content .item6 .title H3 {
	font-weight: 800;
	margin: 10PX 0;
}

.about_content .item6 .title p {
	text-transform: uppercase;
	font-size: 25px;
}

.about_content .item6 .title span {
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	color: #333;
}

.about_content .item6 img {
	float: right;
	margin-top: -120px;
}

.about_content .item7 .title {
	color: #04774d;
	font-size: 40px;
	text-align: center;
	margin: 50px auto;
	position: relative;
}

.about_content .item7 .title::after {
	content: "";
	height: 5px;
	background-color: #169e7b;
	position: absolute;
	top: 28px;
	left: 0px;
	width: 100%;
}

.about_content .item7 .title::before {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #169e7b;
	position: absolute;
	top: 37px;
	left: 0px;
}

.about_content .item7 .title H3 {
	font-weight: 800;
	margin: 10PX 0;
	display: inline-block;
	background-color: #fff;
	position: relative;
	z-index: 2;
	padding: 0px 15px;
	margin-top: 0px;
}

.about_content .item7 .title p {
	text-transform: uppercase;
	font-size: 25px;
}

.about_content .item7 .box {
	text-align: center;
	height: auto;
	overflow: hidden;

}

.about_content .item7 .box img {
	width: 33.33%;
	float: left;
	padding: 0px 10px;
}

.about_content .item7 .box2 {
	text-align: center;
	margin: 60px auto;
}

.about_content .item7 .box2 img {
	margin: 20px 10px;
}

.about_content .item8 .le {
	text-align: center;
}

.about_content .item8 .le .top {
	background-color: #169e7b;
	width: 200px;
	height: 200px;
	border-radius: 200px;
	text-align: center;
	font-size: 35px;
	color: #fff;
	font-family: 宋体;
	padding-top: 50px;
}

.about_content .item8 .le h4 {
	color: #0b6a50;
	text-align: left;
}

.about_content .item8 .le p {
	font-size: 14px;
	color: #333;
	line-height: 25px;
	text-align: left;
	margin-top: 100px;
}

.about_content .item8 .rg .box {

	background: #EDEDED;
	padding-top: 50px;
	padding-right: 50px;
	position: relative;
	width: calc(100% - 30px);
}

.about_content .item8 .rg .box div {
	height: auto;
	overflow: hidden;
}

.about_content .item8 .rg .box label {
	width: 150px;
	color: #0b6a50;
	text-align: right;
	float: left;
	padding-right: 30px;
	display: inline-block;
}

.about_content .item8 .rg .box p {
	width: calc(100% - 150px);
	font-size: 14px;
	line-height: 25px;
	float: left;

}

.about_content .item8 .rg {
	position: relative;
	height: 700px;
	overflow: hidden;
}

.about_content .item8 .rg .scc {
	position: absolute;
	height: 100%;
	right: 30px;
	top: 0px;
	background-color: #EDEDED;
	width: 50px;
	border-right: 1px solid #333;
}

.about_content .item8 .rg .scc span {
	display: inline-block;
	background-color: #0b6a50;
	width: 30px;
	height: 30px;
	background-color: #169e7b;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 30px;
	font-family: 宋体;
	transform: rotate(90deg);
	margin-left: 34px;
	transform: rotate(90deg);
	position: relative;
	outline: none !important;

}

.about_content .item8 .rg .scc span:hover {
	cursor: pointer;
}

.about_content .item9 {
	margin: 80px auto;
}

.about_content .item9 .title {
	text-align: center;
	color: #169e7b;
}

.about_content .item9 .title h3 {
	font-weight: 800;
	margin: 10PX 0;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0px 15px;
	margin-top: 0px;
}

.about_content .item9 .title p {
	text-transform: uppercase;
	font-size: 25px;
}

.about_content .item9 .box {
	line-height: 30px;
	font-size: 16px;
	margin: 30px auto;
}



.about_content .item10 .title {
	text-align: center;
	color: #169e7b;
}

.about_content .item10 .title h3 {
	font-weight: 800;
	margin: 10PX 0;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0px 15px;
	margin-top: 0px;
}

.about_content .item10 .title p {
	text-transform: uppercase;
	font-size: 25px;
}

.about_content .item10 img {
	width: 100%;
	margin-top: 100px;
}


.cy_content .title {
	text-align: center;
	color: #169e7b;
	padding: 50px 0;
}

.cy_content .title h3 {
	font-weight: 800;
	margin: 10PX 0;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0px 15px;
	margin-top: 0px;
}

.cy_content .title p {
	text-transform: uppercase;
	font-size: 25px;
}

.cy_content .item1 .box {
	display: flex;
	justify-content: space-between;

}

.cy_content .item1 .box>div {
	flex: 1;
	text-align: center;
}

.cy_content .item1 .box>div>h3 {
	color: #169e7b;
	font-weight: 800;
	font-size: 24px;
}

.cy_content .item1 .box>div>p {
	color: #169e7b;
	font-weight: 800;
	font-size: 20px;
}

.cy_content .item1 .box>div {
	height: auto;
	overflow: hidden;

}

.cy_content .item1 .box>div {
	padding: 0px 15px;
}

.cy_content .item1 .box>div a {
	width: calc(50% - 10px);
	margin: 5px;
	float: left;
	display: inline-block;
}

.cy_content .item1 .box>div a img {
	width: 100%;
	height: 84px;
	object-fit: cover;
	border-radius: 10px;
}

.cy_content .item1 .box>div a p {
	color: #b29a75;
	margin: 0px;
	line-height: 20px;
	font-size: 14px;
}

.cy_content .item1 .box>div a {
	border-radius: 10px;
	border: 2px solid #eee;
}

.cy_content .item1 .txt {
	margin: 30px auto;
	font-size: 16px;
	color: #333;
	line-height: 35px;
}

.cy_content .item2 .box {
	height: auto;
	overflow: hidden;
}

.cy_content .item2 .box>div {
	width: 48%;
	float: left;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cy_content .item2 .box>div:nth-of-type(2n) {
	float: right;
}

.cy_content .item2 .box>div .le {
	border-radius: 10px;
	border: 2px solid #eee;
	width: 150px;
}

.cy_content .item2 .box>div .le img {
	width: 100%;
	height: 150px;
	border-radius: 10px;
}

.cy_content .item2 .box>div .le p {
	font-size: 14px;
	margin: 0px;
	line-height: 20px;
	color: #b29a75;
	text-align: center;
	background-color: #fff;
}

.cy_content .item2 .box>div .rg {
	width: calc(100% - 150px);
	padding-left: 15px;
}

.cy_content .item2 .box>div .rg .top p {}

.cy_content .item2 .box>div .rg div {
	display: flex;

}

.cy_content .item2 .box>div .rg .top p {
	color: #fff;
	background-color: #3baf47;
}

.cy_content .item2 .box>div .rg p {
	line-height: 30px;
	text-align: center;
	border: 2px solid #fff;
	flex: 1;
	display: inline-block;
	background-color: #dcdddd;
	margin: 0px;
	color: #333;
	height: 30px;
}

.fw_content .title {
	text-align: center;
	color: #169e7b;
	padding: 50px 0;
	position: relative;

}

.fw_content .title h3 {
	font-weight: 800;
	margin: 10PX 0;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0px 15px;
	margin-top: 0px;
}

.fw_content .title p {
	text-transform: uppercase;
	font-size: 25px;
}

.fw_content .title.on::after {
	content: "";
	height: 5px;
	background-color: #169e7b;
	position: absolute;
	top: 58px;
	left: 0px;
	width: 100%;
}

.fw_content .title.on::before {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #169e7b;
	position: absolute;
	top: 67px;
	left: 0px;
}

.fw_content .title.on h3 {
	display: inline-block;
	background-color: #fff;
	position: relative;
	z-index: 2;
	padding: 0px 15px;
	margin-top: 0px;
}

.fw_content .item1 .box div {
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}

.fw_content .item1 .box div .le {
	float: left;
	width: 49%;
}

.fw_content .item1 .box div .rg {
	float: right;
	width: 49%;
	text-align: right;
}
.fw_content .item1 .box div .rg img{
	width: 94%; height: auto;
}
.fw_content .item1 .box div h3 {
	background-color: #118768;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding:0 10px;
	height: 20px;
	line-height: 20px;
	border-left: 15px; solid #169e7b;
	margin-top: 0px;
}

.fw_content .item1 .box div p {
	font-size: 14px;
	line-height: 24px;
	padding: 3px 15px;
	color: #666;
}

.fw_content .item1 .box div:nth-of-type(2n) .rg {
	float: left;
	text-align: left;
}

.fw_content .item1 .box div:nth-of-type(2n) .le {
	float: right;
}

.fw_content .item2 .box {
	height: auto;
	overflow: hidden;
}

.fw_content .item2 .le h3 {
	color: #0b6a50;
}

.fw_content .item2 .le {
	width: 40%;
	float: left;
}

.fw_content .item2 .le p {
	font-size: 14px;
	line-height: 30px;
	color: #333;
}

.fw_content .item2 .rg {
	float: right;
	width: 40%;
}

.fw_content .item2 .rg>div {
	border-top: 1px dashed #b29a75;
	line-height: 40px;
}

.fw_content .item2 .rg>div .top {
	color: #b29a75;
	font-weight: 800;
}

.fw_content .item2 .rg>div .top img {
	vertical-align: middle;
	margin-left: 15px;
}

.fw_content .item2 .rg>div span {
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
	color: #333;
}

.fw_content .item2 .img {
	margin: 30px auto;
	text-align: center;
	position: relative;
}
.fw_content .item2 .img .xian
{
	transform: translate(-50px);
}
.fw_content .item2 .img .xian span
{
	position: absolute;
	border: 2px dashed #f08519;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	top: 400px;
	left: 700px;
	opacity: 0;
	animation: a 1.5s  infinite;
}

.fw_content .item2 .img .xian span.b{
	width: 163px;
	height: 163px;
	top: 341.5px;
	left: 643.5px;
	
	animation-delay: 0.2s;

}

.fw_content .item2 .img .xian span.c{
	width: 360px;
	height: 360px;
	top: 241px;
	left: 545px;
	
	animation-delay: 0.5s;
}
.fw_content .item2 .img .xian span.d{
	width: 600px;
	height: 600px;
	top: 115px;
	left: 425px;

	animation-delay: 0.7s;
}

@keyframes a
{
	50%{
		opacity: 1;
		transform: scale(1);
	}
}



.fw_content .item2 .img img {
	max-width: 100%;
}

.fw_content .item3 .title span {
	font-size: 14px;
}

.fw_content .item3 .box {
	display: flex;
}

.fw_content .item3 .box>div {
	flex: 1;
	padding: 0px 15px;
}

.fw_content .item3 .box>div div {
	text-align: center;
	display: block;
	margin: auto;
	width: 110px;
	height: 110px;
	border-radius: 110px;
	text-align: center;
	background-color: #169e7b;
	color: #fff;
	display: flex;
	align-items: center;

}

.fw_content .item3 .box>div div h3 {

	font-size: 20px;
	margin: 0px;
	line-height: 25px;
	width: 100%;
}

.fw_content .item3 .box p {
	font-size: 16px;
	line-height: 35px;
	margin-top: 30px;
}


.al_content .title {
	text-align: center;
	color: #169e7b;
	padding: 50px 0;
	position: relative;

}

.al_content .title h3 {
	font-weight: 800;
	margin: 10PX 0;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0px 15px;
	margin-top: 0px;
}

.al_content .title p {
	text-transform: uppercase;
	font-size: 25px;
}


.al_content .box>div:nth-of-type(1n){
	--BJ:#e6dbcf;
	--CO:#bf915f;
}

.al_content .box>div:nth-of-type(2n){
	--BJ:#d8e0b6;
	--CO:#aab860;
}
.al_content .box>div:nth-of-type(3n){
	--BJ:#bddc9d;
	--CO:#72bb38;
}
.al_content .box>div:nth-of-type(4n){
	--BJ:#b6d3e0;
	--CO:#71a0b4;
}
.al_content .box>div:nth-of-type(5n){
	--BJ:#d6d8e3;
	--CO:#72778b;
}

.al_content .box>div {
	height: auto;
	overflow: hidden;
	height: 300px;
	position: relative;
	margin-bottom: 40px;
}
.al_content .box>div .le{
	float: left;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.al_content .box>div .le img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.al_content .box>div:hover img
{
transform: scale(1.2);
}
.al_content .box>div .rg{
	float: right;
	width: 50%;
	display: flex;
	height: 100%;
	align-items: center;
	background-color: var(--BJ);
}
.al_content .box>div .rg h3{
	color: var(--CO);
}

.al_content .box>div .cn{
	background-color: var(--CO);
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 200px;
	text-align: center;
	font-family: 宋体;
	color: #fff;
	top:50%;
	margin-top: -100px;
	margin-left: -100px;
	left: 50%;
	display: flex;
	align-items: center;
}

.al_content .box>div .cn div
{
	text-align: center;
	width: 100%;
	font-size: 40px;
}
.al_content .box>div .rg{
	padding: 0px 50px 0px 120px;
}
.al_content .box>div .rg p{
	color: #676768;
	line-height: 25px;
}


.sg_content .title {
	text-align: center;
	color: #169e7b;
	padding: 50px 0;
	position: relative;

}

.sg_content .title h3 {
	font-weight: 800;
	margin: 10PX 0;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0px 15px;
	margin-top: 0px;
}

.sg_content .title p {
	text-transform: uppercase;
	font-size: 25px;
}

.sg_content .search
{
	display: flex;
	align-items: center;
	justify-content: space-between;


}


.sg_content .search div
{
 flex: 1 !important;
	
}
.sg_content .search div  p{
	display: inline-block;
	font-size: 16px;
	color: #333;
	width: 80px;
	float: left;
	line-height: 30px;
	text-align: right;
	padding-right: 15px;
}
.sg_content .search div input,.sg_content .search div select
{
	outline: none !important;
	width: 90%;
	height: 30px;
	line-height: 30px;
	border:1px solid  #b2b2b2 !important;
	box-shadow: none !important;
	padding: 5px;
}
.sg_content .box 
{
	margin-top: 40px;
}
.sg_content .box a .img
{
  width: 100%;
  height: 200px;
}
.sg_content .box a .img img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.sg_content .box a{
	position: relative;
	height: 200px;
	margin-bottom: 30px;
}
.sg_content .box a p{
	position: absolute;
	bottom:0px;
	margin: 0px;
	line-height: 40px;
	white-space:nowrap;
	overflow:hidden; 
	text-overflow:ellipsis;
	background-color: rgba(4,119,77,0.8);
	color: #fff;
	text-align: center;
	width: calc(100% - 30px);
	left: 15px;
	opacity: 1;
	transition: 0.5s;
}
.sg_content .box a  .txt
{
	position: absolute;
	top: 0px;
	width: calc(100% - 30px);
	left: 15px;
	height: 100%;
	background-color: rgba(4,119,77,0.8);
	color: #fff;
	padding:15px;
	opacity: 0;
	transition: 0.5s;
}
.sg_content .box a:hover .txt
{
	opacity: 1;
}
.sg_content .box a:hover p
{
	opacity: 0;
}
.sg_content .box a:hover img
{
	transform: scale(1.1);
}

/*分页*/
.page_info {
	text-align: center;
	margin-top: 10px;
	color: #333;
	height: auto;
	margin-bottom: 30px;
}

.page_info span {
	padding: 0 2px;
	font-weight: bold;
}

.page_list {
	height: 24px;
	margin-bottom: 30px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0;
	font-family: "Arial Black";
	font-size: 10px;
	margin-top: 20px;
}

.page_list a {
	display: inline-block;
	color: #898989;
	text-align: center;
	padding: 3px 10px;
	margin: 3px 5px;
	border-radius: 5px;
	border: 1px solid #eee;
}

.page_list a:hover {
	color: #fff;
	color: #169e7b;
	border-bottom: 2px solid #169e7b;
	border-radius: 0px;
}

.page_list a.on {
	color: #333;
	background: #169e7b;
	color: #fff;
}
#ss{
	background-color: #0b6a50;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	line-height: 35px;
	display: block;
	margin: auto;
	width: 100px;
	margin-top: 0px;
	cursor: pointer;
}
.sg_content .search
{
	flex-wrap: wrap;

}

#goToTop{
	position: fixed;
	bottom: 10%;
	right: 50px;
	z-index: 999;
}




